From: smaximov Date: Tue, 12 Apr 2016 10:32:11 +0000 (+1000) Subject: Add reference to env vars introduced in PR #2523 to the docs X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~14^2~53^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=2ef6fcb9db5ce9de312a20dbe311f05e031eded4;p=cargo.git Add reference to env vars introduced in PR #2523 to the docs --- diff --git a/src/doc/environment-variables.md b/src/doc/environment-variables.md index 1f23ce68e..4db72d9d2 100644 --- a/src/doc/environment-variables.md +++ b/src/doc/environment-variables.md @@ -46,6 +46,9 @@ let version = env!("CARGO_PKG_VERSION"); * `CARGO_PKG_VERSION_PATCH` - The patch version of your package. * `CARGO_PKG_VERSION_PRE` - The pre-release version of your package. * `CARGO_PKG_AUTHORS` - Colon seperated list of authors from the manifest of your package. +* `CARGO_PKG_NAME` - The name of your package. +* `CARGO_PKG_DESCRIPTION` - The description of your package. +* `CARGO_PKG_HOMEPAGE` - The home page of your package. # Environment variables Cargo sets for build scripts